css line-through color

66

        span.inner {
            color: green;
        }
        span.outer {
            color: red;
            text-decoration: line-through;
        }

Comments

Submit
0 Comments